Skip to content

propagate version#75

Merged
AlexanderFengler merged 3 commits intomainfrom
towards-0.6.1
Mar 19, 2026
Merged

propagate version#75
AlexanderFengler merged 3 commits intomainfrom
towards-0.6.1

Conversation

@AlexanderFengler
Copy link
Copy Markdown
Member

This pull request makes a minor update to the project metadata by incrementing the version number and adding a new author to the package.

  • Version bump:

    • Updated the project version from 0.6.0 to 0.6.1 in pyproject.toml to reflect a new release.
  • Author update:

    • Added "Hannah Hafner" as a new author in the authors list in pyproject.toml.

Copilot AI review requested due to automatic review settings March 19, 2026 21:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Python package metadata for the next release by bumping the declared project version and adding an additional author entry.

Changes:

  • Bump lanfactory version in pyproject.toml from 0.6.0 to 0.6.1
  • Add “Hannah Hafner” to the authors list in pyproject.toml

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 19, 2026 22:14
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 8 to 11
[project]
name = "lanfactory"
version = "0.6.0"
version = "0.5.3"
authors = [
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says this is a version bump from 0.6.0 → 0.6.1, but the change here sets the project version to 0.5.3 (a downgrade). Please clarify the intended release version and update accordingly (and keep it in sync with src/lanfactory/init.py.version).

Copilot uses AI. Check for mistakes.
Comment on lines 12 to 15
{ name = "Alexander Fengler", email = "alexander_fengler@brown.edu" },
{ name = "Carlos Paniagua", email = "carlos_paniagua@brown.edu" },
{ name = "Hannah Hafner", email = "hhafner@smith.edu" },
]
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new authors entry is formatted inconsistently with the existing list (missing space before the closing brace and missing trailing comma like the other entries). Align formatting with the surrounding entries to keep the TOML style consistent.

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AlexanderFengler AlexanderFengler merged commit f28f416 into main Mar 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants